@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
  body{ overflow-x: hidden; }
}

body {
  color: #000;
  font-family: 'Roboto', sans-serif
}

.video-background {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 200px;
  max-height: 500px;
  object-fit: cover;
  margin-right: 0
}

nav {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(0, 0, 0, .7);
  box-shadow: none;
  z-index: 1000;
  backdrop-filter: blur(6px)
}

nav .logo {
  margin-left: 0;
  color: #ffffff
}

.logo-group {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-left: 16px
}

.logo-group .logo img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .00);
  display: block
}

.partner-logos {
  display: flex;
  gap: 50px;
  align-items: center
}

.partner-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  opacity: .95;
  border-radius: 8px;
  background: rgba(255, 255, 255, .00)
}

nav .nav-links {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2%;
  width: 100%;
  margin: 0;
  padding-right: 10%
}

nav .nav-link {
  color: #ffffff;
  margin: 0 16px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  transition: color .2s;
}

nav .nav-link:hover {
  color: #fa9b2f
}

nav .nav-link.btn-link.signed-in-only,
nav button.nav-link.signed-in-only {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 16px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  cursor: pointer !important;
  display: inline-flex;
  align-items: center !important;
  gap: 6px
}

nav .nav-link.btn-link.signed-in-only:focus,
nav button.nav-link.signed-in-only:focus {
  outline: none !important;
  box-shadow: none !important
}

nav .nav-link.btn-link.signed-in-only:hover,
nav button.nav-link.signed-in-only:hover {
  color: #fa9b2f !important
}

.main-content {
  width: 90%;
  margin: 40px auto 0 auto;
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  gap: 1%px
}

.content-row {
  display: flex;
  gap: 1%px;
  align-items: flex-start
}

.upcoming-events {
  flex: 2
}

.upcoming-events h1 {
  margin-top: -32px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  color: #111;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.08
}

@media (max-width:700px) {
  .upcoming-events h1 {
    font-size: 28px;
    margin-top: -10px
  }
}

.event-cards {
  display: flex;
  gap: 5%;
  flex-wrap: nowrap;
  justify-content: center;
  padding-right: 5%
}

.event-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
  width: 20%;
  min-width: 180px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 0;
  transition: transform .2s
}

.event-card:hover {
  transform: translateY(-6px) scale(1.03)
}

.event-card img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  border-radius: 10px
}

.event-info {
  margin-top: 12px;
  text-align: center
}

.event-btn1 {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 3%;
  padding: 8px 18px;
  background: #fd4300;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: transform .2s
}

.event-btn1:hover {
  background: #fd43009d
}

.event-btn2 {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 3%;
  padding: 8px 18px;
  background: #684848;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: transform .2s
}

.event-btn2:hover {
  background: #68484894
}

.event-btn3 {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 3%;
  padding: 8px 18px;
  background: #15abfa;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: transform .2s
}

.event-btn3:hover {
  background: #15aafa86
}
.countdown-title {
  display: flex;
  justify-content: center;
}
.event-btn4 {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 3%;
  padding: 8px 18px;
  background: #3278ac;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: transform .2s
}

.event-btn4:hover {
  background: #e87c0e
}

/* Check These Events Out Next Section */
.upcoming-events-next {
  padding: 48px 0;
  background: #f9f9f9;
  text-align: center;
}

.upcoming-events-next h2 {
  margin: 0 0 32px 0;
  color: #111;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.event-cards-next {
  display: flex;
  gap: 5%;
  flex-wrap: nowrap;
  justify-content: center;
  padding-right: 5%;
  padding-left: 0;
}

.event-card-next {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
  width: 13%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 0;
  transition: transform .2s, box-shadow .2s;
}

.event-card-next:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
}

.event-card-next img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  border-radius: 10px;
  margin-bottom: 0;
}

.event-info-next {
  margin-top: 12px;
  text-align: center;
  width: 100%;
}

.event-info-next p {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.event-btn-next {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 3%;
  padding: 8px 18px;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: transform .2s, background .2s;
}

.event-btn-next-1 {
  background: #fd00be;
}

.event-btn-next-1:hover {
  background: #fd00be;
  transform: translateY(-2px);
}

.event-btn-next-2 {
  background: #fd00b1;
}

.event-btn-next-2:hover {
  background: #fd00be;
  transform: translateY(-2px);
}

.event-btn-next-3 {
  background: #fd00b1;
}

.event-btn-next-3:hover {
  background: #fd00be;
  transform: translateY(-2px);
}

.event-btn-next-4 {
  background: #fd00b1;
}

.event-btn-next-4:hover {
  background: #fd00be;
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .event-cards-next {
    gap: 3%;
  }

  .event-card-next {
    width: 22%;
  }

  .upcoming-events-next h2 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .event-cards-next {
    flex-wrap: wrap;
    padding-left: 5%;
  }

  .event-card-next {
    width: 40%;
  }

  .upcoming-events-next h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}

@media (max-width: 500px) {
  .event-cards-next {
    flex-direction: column;
    align-items: center;
    padding: 0 5%;
  }

  .event-card-next {
    width: 100%;
  }
}

.news-panel {
  flex: 0 0 20%;
  width: 20%;
  min-width: 180px;
  max-width: 320px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
  min-height: 520px;
  max-height: 720px;
  padding: 10px 28px 32px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: visible
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 18px
}

.news-panel h3 {
  color: #111;
  font-size: 28px;
  font-weight: 700;
  margin: 0
}

.news-controls {
  display: flex;
  gap: 8px
}

.news-nav-btn {
  background: #fa9b2f;
  color: white;
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease
}

.news-nav-btn:hover:not(:disabled) {
  background: #e87c0e;
  transform: scale(1.1)
}

.news-nav-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none
}

.news-container {
  width: 100%;
  overflow: hidden;
  flex: 1;
  position: relative
}

.news-track {
  display: flex;
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
  height: 100%
}

.news-item {
  min-width: 100%;
  width: 100%;
  display: none;
  flex-direction: column;
  opacity: 0;
  transform: translateX(20px);
  transition: all .5s ease
}

.news-item.active {
  display: flex;
  opacity: 1;
  transform: translateX(0)
}

.news-item img {
  width: 100%;
  height: 50%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 14px
}

.news-item p {
  color: #333;
  font-size: 16px;
  text-align: left;
  line-height: 1.45;
  margin: 0 0 12px 0;
  flex: 1
}

.news-date {
  color: #777;
  font-size: 13px;
  font-weight: 500;
  margin-top: auto
}

.news-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  width: 100%
}

.indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: all .3s ease
}

.indicator.active {
  background: #fa9b2f;
  transform: scale(1.2)
}

.news-cta {
  margin-top: auto;
  align-self: stretch;
  display: inline-block;
  text-align: center
}

.showcase {
  margin-top: 32px;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .08);
  padding: 32px 24px;
  text-align: center
}

.showcase h1 {
  margin-bottom: 24px;
  color: #222;
  font-size: 32px;
  font-weight: 700;
  text-align: center
}

.showcase-gallery {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px
}

.showcase-gallery img {
  width: 180px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px
}

.showcase-carousel {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  background: #fff;
  padding: 16px 0
}

.showcase-carousel .carousel-track {
  display: flex;
  gap: 0;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 200%
}

.showcase-carousel .carousel-track.marquee {
  animation: marquee var(--marquee-duration, 20s) linear infinite
}

.showcase-carousel:hover .carousel-track.marquee,
.showcase-carousel:focus-within .carousel-track.marquee {
  animation-play-state: paused
}

@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    transform: translate3d(calc(-50% - var(--gap, 0)), 0, 0)
  }
}

.slide-set {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(2, 240px);
  gap: 24px;
  padding: 0;
  box-sizing: border-box;
  flex: 0 0 50%
}

.showcase-carousel::before,
.showcase-carousel::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 64px;
  pointer-events: none;
  z-index: 2
}

.showcase-carousel::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%)
}

.showcase-carousel::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%)
}

.showcase-carousel .carousel-item {
  width: 100%;
  height: 240px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10%
}

.showcase-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block
}

.carousel-btn {
  display: none
}

@media (max-width:900px) {
  .slide-set {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 160px)
  }
}

@media (max-width:480px) {
  .slide-set {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, 120px)
  }
}

.showcase-actions {
  display: flex;
  justify-content: center;
  gap: 18px
}

.showcase-btn {
  padding: 12px 28px;
  background: #fa9b2f;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: background .2s;
  margin-bottom: 0
}

.showcase-btn.secondary {
  background: #222
}

.showcase-btn:hover {
  background: #e87c0e
}

.showcase-btn.secondary:hover {
  background: #444
}

@media (max-width:1320px) {
  nav {
    padding-right: 88px
  }

  .nav-toggle {
    display: none;
    background: transparent;
    border: 0;
    color: #fff;
    padding: 8px;
    cursor: pointer;
    align-items: center;
    justify-content: center
  }

  .nav-toggle .hamburger,
  .nav-toggle .hamburger::before,
  .nav-toggle .hamburger::after {
    content: '';
    display: block;
    width: 24px;
    height: 3px;
    background: #fff;
    border-radius: 2px
  }

  .nav-toggle .hamburger {
    position: relative
  }

  .nav-toggle .hamburger::before {
    position: absolute;
    left: 0;
    top: -8px
  }

  .nav-toggle .hamburger::after {
    position: absolute;
    left: 0;
    top: 8px
  }

  nav .nav-links {
    display: none
  }

  nav.open .nav-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    padding: 12px 0;
    background: rgba(0, 0, 0, .85)
  }

  nav .nav-links .nav-link {
    display: block;
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    margin: 0
  }

  .nav-toggle {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2000
  }
}

@media (max-width:1380px) {
  .content-row {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: stretch
  }

  .upcoming-events {
    order: 1;
    width: 100%
  }

  .news-panel {
    order: 2;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    max-height: none
  }

  .event-cards {
    justify-content: center;
    padding-right: 0
  }
}

@media (max-width:1000px) {
  .content-row {
    flex-direction: column;
    gap: 400px
  }

  .news-panel {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    max-height: none
  }

  .event-cards {
    justify-content: center
  }
}

@media (max-width:1080px) {
  nav .nav-links {
    display: none;
    flex-direction: column;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 0
  }

  nav.open .nav-links {
    display: flex;
    flex-direction: column;
    gap: 8px
  }
}

@media (max-width:1040px) {
  .event-cards {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-right: 0;
    align-items: stretch
  }

  .event-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0 12px;
    margin: 0 auto
  }

  .event-card img {
    width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: cover;
    border-radius: 10px
  }

  .event-info {
    margin-top: 12px;
    text-align: left;
    padding: 12px 16px
  }

  .event-btn1,
  .event-btn2,
  .event-btn3,
  .event-btn4 {
    display: inline-block;
    margin-left: 0
  }

  .content-row {
    gap: 24px
  }

  .news-panel {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    padding-left: 12px !important;
    padding-right: 12px !important
  }
}

.site-footer {
  background: #000;
  color: #333;
  padding: 40px 0 12px 0;
  margin-top: 48px
}

.site-footer .footer-inner {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  align-items: start
}

.site-footer .footer-inner.small {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 8px
}

.site-footer .footer-col h4 {
  margin-bottom: 12px;
  color: #fff
}

.site-footer .footer-about p {
  color: #ddd;
  max-width: 420px
}

.footer-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-bottom: 12px
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer-links ul li {
  margin-bottom: 8px
}

.footer-links ul li a {
  color: #ddd;
  text-decoration: none
}

.footer-newsletter-form {
  display: flex;
  gap: 8px;
  align-items: center
}

.footer-newsletter-form input[type="email"] {
  padding: 10px 12px;
  border-radius: 8px;
  border: none;
  width: 100%;
  max-width: 320px
}

.subscribe-btn {
  padding: 10px 16px;
  border-radius: 8px;
  background: #fa9b2f;
  color: #fff;
  border: none;
  cursor: pointer
}

.subscribe-note {
  color: #999;
  margin-top: 8px
}

.social-links {
  display: flex;
  gap: 12px
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
  color: #fff;
  text-decoration: none
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding: 12px 0;
  margin-top: 20px
}

.footer-legal a {
  color: #bbb;
  text-decoration: none;
  margin-left: 8px
}

@media (max-width:900px) {
  .site-footer .footer-inner {
    grid-template-columns: 1fr
  }

  .site-footer .footer-inner.small {
    grid-template-columns: 1fr;
    text-align: center
  }

  .footer-newsletter-form {
    flex-direction: column;
    align-items: stretch
  }
}